home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 1
/
Eagles_Nest_Mac_Collection_Disc_1.TOAST
/
Special Hardware
/
Mac286#1&2
/
MAC286MSDOS.image
/
UPDATE.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-09-01
|
1KB
|
41 lines
echo off
cls
echo This batch file updates your system for the MacX86 v2.00 release.
echo It will rename your AUTOEXEC.BAT to AUTOEXEC.OLD, and your CONFIG.SYS
echo to CONFIG.OLD.
echo -
echo TO RUN THIS, THE UPDATE DRIVE MUST BE YOUR CURRENT DRIVE.
echo IF THE FOLLOWING LINE IS NOT "D:\" or "A:\", STOP NOW.
cd
echo -
echo To stop now, hold down CONTROL and press the 'C' or 'scroll lock' key, or
pause
cls
echo Creating \DOS directory if one is not present.
echo (If you already have a \DOS directory, you will get an "Unable to create
echo directory" warning. Do not be alarmed.)
md c:\dos
echo Updating the "DSTEP" drivers in your \DOS directory
copy dstep?.exe c:\dos
pause
cls
echo Updating the "Mouse" drivers and SETCLK in your \DOS directory
echo and the AUTOEXEC.BAT and CONFIG.SYS at your root.
copy \mouse.* c:\dos
copy \setclk.exe c:\dos
copy c:\autoexec.bat c:\autoexec.old
copy c:\config.sys c:\config.old
copy \autoexec.bat c:\
copy \config.sys c:\
echo Deleting old files (do not be alarmed by "file not found")
del c:\bmouse.*
del c:\dos\bmouse.*
del c:\dstep?.*
del c:\dos\dstep1.sys
del c:\dos\dstep3.*
echo Check your AUTOEXEC.OLD and CONFIG.OLD against your new AUTOEXEC.BAT
echo and CONFIG.SYS, and add any lines that do not pertain to DSTEP or BMOUSE.
pause
cls
echo Installation is now complete *** Quit and Drag over New MacX86 Application